lcd: replace CONSOLE_(ROWS|COLS) with variables
authorNikita Kiryanov <[email protected]>
Mon, 8 Dec 2014 15:14:40 +0000 (17:14 +0200)
committerAnatolij Gustschin <[email protected]>
Sat, 10 Jan 2015 16:52:00 +0000 (17:52 +0100)
commitefd7c4a2f8abc08c5ce2702a591ae74445aa8dd9
treeaed4569d2a0ad42dc0a0e2f9a36df3ba7559685d
parent404e4f4a298f0062dfa405aa1b8b05cfd5be1690
lcd: replace CONSOLE_(ROWS|COLS) with variables

Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the
original macro values.

This is a preparatory step for extracting lcd console code into its own
file.

Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
common/lcd.c